home *** CD-ROM | disk | FTP | other *** search
- #
- # lines begin with '#' are comment lines
-
- [SYSTEM]
-
- overwrite_confirm=1 # boolean
-
- # Double click interval : 1 ... 50
- #
- double_click_time=4
-
- # If you want to use mouse, set this to 1
- #
- need_install_queue=1
-
- # Path to find font.(for contact sheet)
- # If not set, this program search environment GRXFONT for path.
- # Be sure to use UNIX style, like c:/display/fonts
- #
- font_path=c:/display/fonts
-
- # Hi/True Color Card R/G/B order :
- # 0 : R/G/B, 1 : B/G/R
- #
- card_rgb_order=0
- apply_to_15_16=1
-
- # If you get black screen when returning from graphic mode
- # set this to 1.
- #
- need_set_page=0 # boolean
-
- # Test each graphic mode when program begins to run.
- # This will take some time.
- #
- test_each_mode=0
-
- #
- # Manually disable some(up to 16) video modes.
- #
- # Format : video_disable=<display>,<resolution>
- # example: video_disable=0,5 will disable 8-bit,1024x768
- # if display < 0, <resolution> for all displays will be disabled
- # if resolution < 0, <display> will be disabled
- #
-
- #
- # Bytes per scan line table for TrueColor mode
- # format: bytes_per_line_true=<resolution>,<bytes per line>
- # example: bytes_per_line_true=3,2048
- # Default bytes per line are screen_width * 3
- # 320 x 200 = 0, 640 x 350 = 1, 640 x 400 = 2, 640 x 480 = 3
- # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
- #
-
- [TEXT]
-
- # Text Screen Dimension you prefer :
- # Columns. Must >= 80
- # Rows. Must >= 25
- #
- text_columns=80
- text_rows=25
-
- # Use default text dimension in environment GO32
- # and Ignore above setting
- #
- use_default_text=0
-
- # Display Items:
- # File = 0, File & Size = 1, File & Dimension = 2,
- # File & Size & Dimension = 3
- #
- display_items=1
-
- # by filename = 0, by extension = 1, by size = 2, by date = 3
- # no sort = 4
- #
- sort_file_method=0
-
- [GRAPHIC]
-
- # Initial display type when program starts up.
- # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
- #
- display_type=3
-
- # Screen background color : 0...255
- #
- background_red=0
- background_green=0
- background_blue=0
-
- # display image at center of screen if image is smaller than
- # screen.
- #
- center_image=1 # boolean
-
- # Scrolling step: 1% ... 100% of screen dimension
- #
- scrolling_step=5
-
- # Big crop step. 1 <= step <= 20
- # number of columns or rows to be cropped at one time.
- #
- big_crop_step=5
-
- # Reduce image to screen size when it is displayed.
- #
- fit_to_screen=0 # boolean
- smooth_fitting=0 # boolean
-
- # Gamma step : 1% .. 50%
- #
- gamma_step=10
-
- [AUTO_SELECTION]
-
- # Automatically select screen resolution.
- # I suggest that you set this to 1.
- #
- auto_select_resolution=1 # boolean
-
- # Auto selection step(for Hi/True Color Card) :
- # 1. If 'auto_display_type_xxxxx' is satisfied, return.
- # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
- #
- # select_best_resolution(for Hi/True Color Card) :
- # Whether consider resolution when changing display type or not.
- # You must set 'auto_select_resolution' to 1 to enable this.
- #
- # If your video card supports Hi/True Color,
- # setting 'auto_select_display' to 1 will save your time.
- # If you have only 8-bit card, set 'auto_select_display' to 0.
- #
- auto_select_display=1 # boolean
- auto_display_type_first=3
- auto_display_type_second=2
- auto_display_type_third=1
- select_best_resolution=1 # boolean
-
- # Auto conversion between 8 & 24 bits images before displaying
- #
- auto_convert_8_24=1 # boolean
-
- # Image viewing parameter :
- #
- # 1. Auto display image when it is loaded
- # 2. Auto go back to main menu after viewing image
- #
- # If you set 'auto_display_image' to 1, I suggest that you also set
- # 'auto_select_resolution' and 'auto_select_display' to 1
- #
- auto_display_image=0
- auto_back_to_main=0
-
- [PROCESS_CONTROL]
-
- #
- # Fixed 256 = 0, Median Cut = 1, Median Cut(Better) = 2,
- # Grey 256 = 3, Variance Based = 4, Statistical = 5, Current Palette = 6
- #
- quantization=5
-
- dither_in_quantization=1 # boolean
-
- jpeg_color_dither=1 # boolean
-
- jpeg_block_smooth=0 # boolean
-
- # No = 0, 1 Pass = 1, 2 Pass = 2, Grey256 = 3
- #
- jpeg_quantization=0
-
- # FS = 0, Stucki = 1, JJN = 2
- #
- bw_dither_method=0
-
- # More efficient = 0, Efficient = 1
- # For color quantization.
- #
- inverse_color_map=0
-
- # How to treat 'numbet of color' when 8-bit image generated.
- # Set to Highest Palette number = 0, Remove unused colors = 1,
- # Always set to 256 colors = 2, No effect = 3
- #
- number_of_colors=1
-
- # Number of colors for quantization. 2 <= colors <= 256
- #
- quantization_colors=256
-
- [COLOR]
-
- # Text Color :
- # BLACK = 0, BLUE = 1, GREEN = 2, CYAN = 3, RED = 4, MAGENTA = 5,
- # BROWN = 6, LIGHTGRAY = 7, DARKGRAY = 8, LIGHTBLUE = 9,
- # LIGHTGREEN = 10, LIGHTCYAN = 11, LIGHTRED = 12, LIGHTMAGENTA = 13,
- # YELLOW = 14, WHITE = 15
- # Blink = Color + 128, for foreground color
- # 0 <= Background <= 7
- #
- directory_color=15
- normal_color=11
- message_color=14
- select_color=0
- tag_color=14
- disable_color=9
- brief_color=15
- menu_color=15
- menu_disable_color=8
- menu_frame_color=7
- dialog_color=14
- dialog_frame_color=15
- input_color=15
- normal_background=1
- tag_background=5
- select_background=3
- message_background=7
- disable_background=1
- menu_background=2
- menu_select_background=0
- dialog_background=2
- input_background=1
-
- [DEFAULT]
-
- # Default :(For command line image reading)
- # 320 x 200 = 0, 640 x 350 = 1, 640 x 400 = 2, 640 x 480 = 3
- # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
- #
- # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
- #
- default_resolution=3
- default_display_type=0
-
- # Default movie display type & resolution :
- #
- # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
- #
- # 320 x 200 = 0, 640 x 350 = 1, 640 x 400 = 2, 640 x 480 = 3
- # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
- #
- def_movie_display=2
- def_movie_resolution=0
-
- [CONTACT_SHEET]
-
- # Contact sheet defaults:
- #
- string_font_name=pc8x16.fnt
- title_font_name=cour20bi.fnt
- sheet_width=800
- sheet_height=600
- spacing_horizontal=5
- spacing_vertical=5
- spacing_image_string=0
- sheet_background_red=255
- sheet_background_green=255
- sheet_background_blue=255
- sheet_string_red=0
- sheet_string_green=0
- sheet_string_blue=0
- sheet_title_red=0
- sheet_title_green=0
- sheet_title_blue=255
-
- [SLIDE_SHOW]
-
- # Slide show parameters :
- #
- def_slide_resolution=3
- def_slide_display=0
- slide_fit=1 # fit to screen ?
- slide_scroll=0 # allow to scroll ?
- slide_enlarge_small=0 # enlarge small image ?
- slide_smooth_fit=0 # smooth fitting ?
- slide_preserve=1 # preserve aspect ratio ?
- slide_keep_tag=0 # keep tag ?
- slide_auto_res=0 # auto change resolution ?
- slide_auto_disp=0 # auto change display ?
- slide_show_name=0 # show filename ?
- slide_time=5 # delay time
- slide_loop=1 # loop count
-
- [JPEG]
-
- #
- # Quality : 5..100, Smooth : 0..100
- #
- quality=90
- optimize=1 # boolean
- smooth=0
-
- [SUN_RASTER]
-
- #
- use_rle=1 # boolean
-
- [PBM]
-
- #
- use_raw=1 # boolean
-
- [TARGA]
-
- #
- use_rle=1 # boolean
-
- [WINBMP]
-
- #
- use_rle=1 # boolean
-
- [GEM]
-
- #
- # Plane : 1..8
- #
- number_of_plane=8
-
- [XPM]
-
- #
- # Version : 1 or 3
- #
- version=1
- ascii_name=0 # boolean
-
- [TIFF]
-
- #
- # 0 : None, 1 : LZW, 2 : PACKBITS, 3 : FAX3, 4 : FAX4
- #
- compression=1 # boolean
-
- [ILBM]
-
- #
- # Ham bit : 4..6
- #
- use_rle=1 # boolean
- use_ham=0 # boolean
- ham_bit=4
-
- [LASER]
-
- #
- # dpi = 75, 100, 150, 300.
- #
- dpi=300
-
- [YUV]
-
- #
- ccir601=0 # boolean
-